PHP Error: Warning: session_start() [function.session-start]: Node no longer exists
Posted
by Camsoft
on Stack Overflow
See other posts from Stack Overflow
or by Camsoft
Published on 2010-03-17T16:28:06Z
Indexed on
2010/03/17
16:31 UTC
Read the original article
Hit count: 349
Getting the following error when trying to start a session:
Warning: session_start() [function.session-start]: Node no longer exists in file.php on line 3
The script uses SimpleXML to parse XML files from remote hosts. It's running on a Linux Ubuntu server with PHP 5.2.6.
Has anyone come across this message before or have an insight in to what it means?
© Stack Overflow or respective owner